2.4.3. Response
| field | Description | type |
| status | success " | " error | |
| message | error text , optional | string |
| data | array |
data array
| Parameter | Description | type | Is it Mandatory to complete the field? |
| shift_id | Shift ID , optional | string |
Code:
{
"status": "success" | "error",
"message": "string, error text, optional",
"data": {
"shift_id": "integer, shift ID"
}
}